home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1256 / mfall.inf < prev    next >
INI File  |  1997-04-18  |  2KB  |  81 lines

  1. ; COBOL parser settings for complete Micro Focus COBOL.
  2. ; Micro Focus supports several other COBOL extensions,
  3. ; which are also included in this file.
  4.  
  5. ; a list of possible exceptions for statements
  6. [Exceptions]
  7. Ex1=ON OVERFLOW,OVERFLOW
  8. Ex2=ON EXCEPTION,EXCEPTION
  9. Ex3=ON ESCAPE,ESCAPE
  10. Ex4=NO DATA
  11. Ex5=ON SIZE ERROR,SIZE ERROR
  12. Ex6=AT END,END
  13. Ex7=INVALID KEY,INVALID
  14. Ex8=AT END-OF-PAGE,END-OF-PAGE
  15. Ex9=AT EOP,EOP
  16. Ex10=WITH DATA,DATA
  17.  
  18. ; a list of statements that should be recognized
  19. [Statements]
  20. CallException=1,2
  21. SearchException=6
  22.  
  23. Stmt1=$DISPLAY
  24. Stmt2=$IF
  25. Stmt3=ACCEPT,2,3,*
  26. Stmt4=ADD,5,*
  27. Stmt5=ALTER
  28. Stmt6=CANCEL
  29. Stmt7=CHAIN
  30. Stmt8=CLOSE
  31. Stmt9=COMMIT
  32. Stmt10=COMPUTE,5,*
  33. Stmt11=CONTINUE
  34. Stmt12=DELETE,7,*
  35. Stmt13=DISABLE
  36. Stmt14=DISPLAY,2,*
  37. Stmt15=DIVIDE,5,*
  38. Stmt16=ENABLE
  39. Stmt17=EXAMINE
  40. Stmt18=EXHIBIT
  41. Stmt19=GENERATE
  42. Stmt20=GO
  43. Stmt21=INITIALIZE
  44. Stmt22=INITIATE
  45. Stmt23=INSPECT
  46. Stmt24=MERGE
  47. Stmt25=MOVE
  48. Stmt26=MULTIPLY,5,*
  49. Stmt27=OPEN
  50. Stmt28=PURGE
  51. Stmt29=READ,6,7,*
  52. Stmt30=READY
  53. Stmt31=RECEIVE,4,10,*
  54. Stmt32=RELEASE
  55. Stmt33=RESET
  56. Stmt34=RETURN,6,*
  57. Stmt35=REWRITE,7,*
  58. Stmt36=ROLLBACK
  59. Stmt37=SEND
  60. Stmt38=SERVICE
  61. Stmt39=SET
  62. Stmt40=SORT
  63. Stmt41=START,7,*
  64. Stmt42=STOP
  65. Stmt43=STRING,1,*
  66. Stmt44=SUBTRACT,5,*
  67. Stmt45=SUPPRESS
  68. Stmt46=TERMINATE
  69. Stmt47=TRANSFORM
  70. Stmt48=UNLOCK
  71. Stmt49=UNSTRING,1,*
  72. Stmt50=USE
  73. Stmt51=WRITE,7,8,9,*
  74.  
  75. ; these keywords should not be recognized as statements
  76. [NoKeywords]
  77. ;NK1=
  78.  
  79. [ParseOptions]
  80. AllowSentenceInAArea=1
  81.